projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344a846
)
; hierarchy-tests.el: keep doc string within 80 columns
author
Mattias Engdegård
<mattiase@acm.org>
Wed, 31 Jan 2024 16:50:30 +0000
(17:50 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Wed, 31 Jan 2024 16:55:53 +0000
(17:55 +0100)
test/lisp/emacs-lisp/hierarchy-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/hierarchy-tests.el
b/test/lisp/emacs-lisp/hierarchy-tests.el
index 49c812edb05d4ff20abecdc4d0e92e5dc6fcac4d..3333f4014e6c133cdee1c3a052cdcfef04cccb59 100644
(file)
--- a/
test/lisp/emacs-lisp/hierarchy-tests.el
+++ b/
test/lisp/emacs-lisp/hierarchy-tests.el
@@
-570,8
+570,9
@@
should fail as this function will crash."
(defun hierarchy-examples-delayed--childrenfn (hier-elem)
"Return the children of HIER-ELEM.
-Basically, feed the number, minus 1, to `hierarchy-examples-delayed--find-number'
-and then create a list of the number plus 0.0–0.9."
+Basically, feed the number, minus 1, to
+`hierarchy-examples-delayed--find-number' and then create a list of the
+number plus 0.0–0.9."
(when (> hier-elem 1)
(let ((next (hierarchy-examples-delayed--find-number (1- hier-elem))))